home *** CD-ROM | disk | FTP | other *** search
- on compose
- global rate, switch, switchit, wait, check, change, s
- set switch to switch + 1
- set switchit to switchit + 1
- switcher()
- if switch > (rate / 7 * 91) then
- changedrums()
- end if
- set wait to wait + 1
- if wait > (rate / 7 * 7) then
- put "recomposing"
- set check to 0
- put " " into field "advert"
- if the lastClick > (10 * 60) then
- voice()
- set change to random(4)
- if change = 1 then
- unLoadCast()
- dropdrums()
- end if
- if change = 2 then
- unLoadCast()
- changedrums()
- end if
- if change = 3 then
- unLoadCast()
- dropsounds()
- set s to random(26)
- do("sel" & s & EMPTY)
- end if
- if change = 4 then
- unLoadCast()
- changesounds()
- end if
- end if
- end if
- end
-